Release 10.1A: OpenEdge Reporting:
Report Builder Deployment
Incorporating parameters in the report definition
The
RUNTIME-PARAMETER() function takes a parameter name as its argument and returns the value of the parameter as a string. This means that user-defined parameters provide only character values (text strings) to Report Engine. If you want to access a numeric, date, or logical value, you must perform the conversion from character to the desired data type within the report definition.To convert to numeric, date, or logical values, use the functions shown in the following table in a calculated field in the report definition:
To convert to . . . Use . . . Numeric dataNUMERIC (parameter) DatesDATE (parameter) Logical dataIIF (parameter= "Yes", Yes, No)
You can also use the
RUNTIME-PARAMETER( )function to get the value of predefined parameters whose arguments are character strings.
![]()
To print the database connection information on the title band line:
When Report Engine prints the report, it displays the database connection information specified by the
RB-DB-CONNECTIONparameter in the report title area.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |